Since you run it in the background - as long as one instance is running and using TCP/IP listening ports, a second time will not work, since only one application instance can have a listener port open at the same time.
You would have to run the command somehow with both shares in the commandline (if it supports it).