If they're global variables (variables created with the variable window in the trigger editor or through a global block in a code) yes, you can use them in other triggers, but if they're local variables you'll have to pass them to a global variable or set them again if you want the second trigger to be able to use them.
If you're using GUI, then you shouldn't worry about this since variables will always be global unless you used custom script to create locals.