Need to export sonar-scanner analysis to a sonarqube server running under a VPN.

I have a CI pipeline, which runs unit tests and exports the code coverage. I need to run the sonar-scanner tool to export the report to the sonarqube server running on a server that can only be accessed over a VPN only.

How can I do this?