Executing shell/command line code outside of currently running process [Windows 10]

I’m trying to run some command line commands that open up a few processes with arguments. This works, but they all create as a child of the original Node JS process. So if the original Node JS process exits then all the other ones exit too. Is there anyway to make the processes open up separately from Node JS?