I don't know if this is also a Windows issue but, on the Mac, if you try to open an application that is already open you don't get a new instance but focus is just passed to the already running instance. After a bit of experimenting I managed to find a way to get multiple instances running on a Mac so I post it here just in case anyone else is interested.
The procedure is relatively simple:
- Open the application Script Editor.app
- In the editor enter the following text: do shell script "open -n '/Applications/Voltage Module Designer.app'"
- Note that this command uses both single and double quotes.
- Save the script somewhere convenient choosing the File Format "Application"