In my package.json I have these two scripts:
package.json
\"scripts\": { \"start-watch\": \"nodemon run-babel index.js\", \"wp-server\": \"webpack-
From windows cmd you can use start:
"dev": "start npm run start-watch && start npm run wp-server"
Every command launched this way starts in its own window.