How to forward Neo4j http/bolt to ngrok?

I am running my large Ne04j database on a dedicated Mac OS machine. I would like to access the database (via browser or via python drivers) from other machines that I am working on. I tried to forward the http port using ngrok. However, when I try to access the database from a remote machine using the ngrok forwarded URL, I can see the browser, but it fails to connect to the database using either neo4j+s or bolt+s URLs.
Is there a way I can achieve a remote access to my database?

Thanks.

Hey Sameer

I am running on macos and facing the same issue, not able to access the database. Could you please tell how to resolve this issue.