Yes, it is possible. In this case we use a point before the function to invoke it.
Look below :
Console :
In this case we are invoking contains function that exists in the String class in Java. As Clojure runs on the JVM, we can make use of existing methods there. In Java, this code would look something like word.contains (word2).