Hello,
I don't know any technical detail about LorbyAxisAndOhs_MsFs
You can try by changing SkyElite port editing this file:
"....\SkyElite for MFS2020\Server\appsettings.json"
Then look at next section and change the 7667 by other port you may want to use, like 5067 or something else, not used by other software.
"server": {
"port": 7667,
"url": "http://*:7667",
"api": "localhost"
},
then also change the port on this command:
netsh advfirewall firewall add rule name="SkyElite for MFS" protocol=TCP dir=in localport=7667 action=allow
I hope this can help!