Adding the port=7892 in the config didn’t work, but adding it to the path did work.
Here is what works for me:
Wallet 1
"C:\Program Files (x86)\Nu\nu.exe" -datadir=f:\appdata\roaming\Nu -port=7890
Wallet 2
"C:\Program Files (x86)\Nu\nu.exe" -datadir=f:\appdata\roaming\Nu2 -port=7892
Each wallet has its own folder, you end up with downloading and syncing the blockchain twice but it works.
I also made sure the rpcport in the config files are different (14001 and 14003).