Not for a query that is running, no. You can use the plan handle to recompile a query in cache, but if it's actively running, it will have to complete. Any other calls against the same plan in cache will get a new plan, but that existing execution will have to complete.