How can I change the token id of a special token?

I am combining a tokenizer from model A with a pretrained model B.
I want to align special token ids.
I am able to change the token name such as but I cannot change the token id number.
How can I aproach this problem?