@renu, if you really only want to move the range of numbers to another field, e.g., COMMENT and leave the TITLE field as it is, you can use an action "Guess value" with
Source: %title% and
Target pattern: %dummy% [%comment%] %dummy%
If you want to go further and also move track name and album name to their corresponding fields, use
Source: %title% and
Target pattern: %title% [%comment%] (%album%)
I'm imagining a trailing question mark on your sentence So yes, absolutely.
Essentially you're trying to match the structure of the original string with the target pattern. The blanks and parentheses are pointers for Mp3tag to denote the boundaries of the different parts of the text.