The MQTT broker on Conduit is setup on the localhost interface only.
You could setup a VPN tunnel or use port forwarding to access the broker from outside.
Be sure to address any security ramifications of opening ports to the Internet.
An other option is to put a custom application to push messages to a remote server using python.
Here is sample lora echo client, the code to push to an outside broker would need to be added.