Prevent autorun from cancelling subscription

Docs say If you call Meteor.subscribe within a reactive computation, for example using Tracker.autorun, the subscription will automatically be cancelled when the computation is invalidated or stopped.
Is there a way to prevent that behaviour?