Multiple UDP Connections with Herelink

I am hoping to connect both Mission Planner and a Pymavlink connection to the Herelink. Is this possible? Both work great separately. But both use udp:14552 so they cannot be established simultaneously. I was hoping in addition to 14552 I could establish a connection on say udp:14553

Thank you for any help!

Anyone looking for the same thing. Solved by using MAVProxy:

mavproxy.exe --master=udpout:10.0.15.67:14552 --out 10.0.15.63:14553 --out 10.0.15.63:14555

to forward the telemetry stream to 14553 and 14555 via UDP