@oz-perrenoud, here's another idea for you. Put "start " at the beginning, like this:

start C:\Windows\System32\notepad.exe && C:\Windows\System32\calc.exe

The "start" command exits right after it spawns Notepad so it runs the next command, calc.exe immediately.

I tried it and it worked for me.