Call it with an unused parameter that holds a random value.
eg:
https://mypage.com?x=8328342747
This works if people don't see your URL, it can be a bit weird if they do).
You can also set the Cache-Control header to a max-age=0. If its your page and you want to stop caching of a page that you cannot control the URL.
Probably a bunch of other ways.