Execute shortcut links from a batch file and don't wait for application to exit - Stack Overflow
Try the first way, but take the /B off of the START command. That way, the process will launch in a new window, so it shouldn't cause it to wait. With the /B, it's going to launch the process in the same window. So if that process blocks for some reason, ...