The RTD mechanism is a pull-push protocol. You can control the frequency of the pull (i.e. the frequency with which Excel looks for changes in an RTD server), by using the property Application.RTD.ThrottleInterval through VBA.
?Application.RTD.ThrottleInterval
Application.RTD.ThrottleInterval = 100