[SOLVED it DOESN'T] Why does changing the comport in a 2nd instance of Arduino-IDE change the Comport in instance 1 too?

That's probably because both instances take the COM port information from the same config or settings file. Ideally you should be using only one instance primarily because of the COM port, and the IDE is not designed to work with two or more COM ports (as in connecting two arduino boards to different USB ports). Anyways if one IDE instance is communicating with the port the other will find it as busy or inaccessible.