How to multiple several tokens into one transaction?
you want to ask how to send multiple tokens in one transaction?
what type of tokens?
Yes. ERC721 from two different contracts in one transaction.
And also it is possible to send multiple tokenID of one contract address in one transaction?
You could do that if you make your own smart contract that does the transactions. You will still need to make transactions to approve the smart contract. This may not be a solution for you. if you have your own smart contract maybe you can make a custom function to be able to transfer multiple nfts.