Automatic triggering of callbacks in multi page app

Hi everyone

I am building a multi page dash app where in first page i am storing the data in a hidden div using some filters.
Then that data is being used to do some calculations in further pages.

The problem is that whenever i go to the next page, the callbacks dont trigger automatically. For now , i am using a click of a button to trigger the callbacks. Is there a way that the callbacks trigger automatically?

Thanks
Vivek