Is it possible to use two dcc.Interval (s) with different id's to callback different functions?

I want to update two of my charts on the plotly app at different time intervals, one plot needs an update every 10 secs but the other plot only needs an update once an hour(they are two different figures, not subplots), could I achieve this using two different call back functions and two different dcc.Intervals?

It would be interesting to know if we could do such a thing even on subplots

Yes, that should be possible.