Running several processes that use js-ipfs on the same server

I’m trying to run a NodeJS application that uses js-ipfs (it creates a node using IPFS.create()), but there’s already another process that has created its own node, so my process crashes with LockExistsError.

How do I make it possible for these two processes to run on the same server?