You can have multiple instanceinstances of the Geth on different ports using the --port flag, and for aboveto solve the error message above, just run all Geth instanceinstances with the --ipcdisable flag.
Note: ipcdisbaleipcdisable is going to disable ipcIPC communication, which is not required if you are using JSON RPC.