Change processor affinity of VMQ after allocation is complete

I have an NDIS miniport driver with filter based VMQ implemented on WS2019. I have a VM and an associated VMNIC. The VMQ for the VMNIC has successfully been allocated and traffic is being sent/received on this VMNIC. I want to change the affinity of the VMQ to a different processor when the traffic is flowing.

I would like to know if there are any Powershell cmdlets that allow me to do this. I have looked into the options available with Set-VMNetworkAdapter and Set- NetAdapterVmq; none of the options that come with these cmdlets seem to achieve what I am looking to do.

Any pointers will be helpful!