You can do this using i.e. __groovy() function and StringUtils.reverse() combination like this:
${__groovy(org.apache.commons.lang3.StringUtils.reverse(vars.get('Token')),)}
Demo:
More information on Groovy scripting in JMeter: Apache Groovy: What Is Groovy Used For?