Yes. To do this, you would bind your bean to one of the various scoped objects and then retrieve the bean from the other JSP/Servlet.
To understand this better,
you should read up on the following scoped objects.
requestsessioncontext Any book or tutorial on Servlets/JSP worth it's salt will cover this topic in detail.